react native disable warnings

78

disable yellow box react native -

console.disableYellowBox = true;

hide warnings in expo app -

console.disableYellowBox = true;
// add this is main component of react native application

Comments

Submit
0 Comments